Raises the CollectionChanged event.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
protected override void OnCollectionChanged(
	NotifyCollectionChangedEventArgs e
)
Visual Basic
Protected Overrides Sub OnCollectionChanged ( _
	e As NotifyCollectionChangedEventArgs _
)

See Also